home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / amos / AMOSList-0998.lzh / AMOSLIST / 000323_bounce-amos-lis…et@onelist.com_Sat Sep 19 13:15:50 1998.msg < prev    next >
Text File  |  1998-10-01  |  3KB  |  88 lines

  1. >From bounce-amos-list--1194-mcox=access.digex.net@onelist.com  Sat Sep 19 13:15:50 1998
  2. Received: from onelist.com (pop.onelist.com [209.207.164.31])
  3.     by pony-1.mail.digex.net (8.8.8/8.8.8) with SMTP id NAA11265
  4.     for <mcox@access.digex.net>; Sat, 19 Sep 1998 13:15:30 -0400 (EDT)
  5. Received: (qmail 13499 invoked by alias); 19 Sep 1998 17:18:12 -0000
  6. Received: (qmail 13489 invoked from network); 19 Sep 1998 17:18:09 -0000
  7. Received: from unknown (HELO SOLAIR.EUnet.yu) (194.247.192.52) by pop.onelist.com with SMTP; 19 Sep 1998 17:18:09 -0000
  8. Received: from eunet.yu (eunet@P-198.218.EUnet.yu [194.247.198.218]) by SOLAIR.EUnet.yu (8.9.0/8.9.0) with SMTP id TAA03242 for <amos-list@onelist.com>; Sat, 19 Sep 1998 19:15:09 +0200 (MET DST)
  9. From: Nikola Smolenski <smolensk@EUnet.yu>
  10. To: amos-list@onelist.com
  11. Date: Sat, 19 Sep 1998 09:54:37 +0200
  12. Message-ID: <yam7566.1889.3296736@relay.eunet.yu>
  13. In-Reply-To: <001201bde147$67aa8d00$ec48a8c0@omega1>
  14. X-Mailer: YAM 2.0 Preview5 - Amiga Mailer by Marcel Beck - http://www.yam.ch
  15. Organization: Jadni student ETF-a :(
  16. Mailing-List: list amos-list@onelist.com; contact http://www.onelist.com
  17. Delivered-To: mailing list amos-list@onelist.com
  18. Precedence: bulk
  19. Reply-to: amos-list@onelist.com
  20. Mime-Version: 1.0
  21. Content-Type: text/plain
  22. Subject: [amos-list] Re: LDOS - Arexx
  23. Status: O
  24. X-Status: 
  25.  
  26. From: Nikola Smolenski <smolensk@EUnet.yu>
  27.  
  28. On 16-Sep-98, Declan Gorman wrote:
  29.  
  30. DG>  I am trying to convert the following Arexx script to work with AMOS
  31. Pro
  32. DG> using the LDOS extension.
  33.  
  34. DG> /*In OctaMED, switch Midi On*/
  35. DG> address octamed_rexx
  36. DG> op_set midiactive on
  37.  
  38. DG> I have tested this script and it works fine when run from the CLI.  My
  39. DG> conversion into AMOS Pro, using the LDOS extension, is as follows.
  40.  
  41. DG> HOST$="OCTAMED_REXX"+Chr$(0)
  42.  
  43. Arexx host names are _case sensitive_, maybe there is a bug in Arexx Exist
  44. command which tells you that port exists, but when you want to send
  45. command, it won't work... Also, are you sure that you need Chr$(0) ?
  46.  
  47. DG> MESSAGE$="op_set midiactive on"+Chr$(0)
  48.  
  49. DG> FAIL=Arexx Exist(HOST$)
  50. DG> If FAIL=0
  51. DG> Print "Port cannot be found":End
  52. DG> End If
  53.  
  54. DG> Print "OCTAMED_REXX is available."
  55.  
  56. DG> MSG$=Lrexx Send Msg(HOST$,MESSAGE$,0)
  57.  
  58. DG> AMOS does recognise the OctaMED arexx port but does not seem to send
  59. the
  60. DG> command.  I have tried typing the command various different ways but
  61. nothing
  62. DG> seems to work.  Can anyone help?
  63.  
  64. Try typing in CLI
  65.  
  66. tco
  67. ts
  68.  
  69. and see what is realy sent, and where. You can also try monitoring with
  70. SnoopDos3.0 .
  71.  
  72. If everything else fails you can always use
  73.  
  74. Exec "RX "+chr$(34)+"address octamed_rexx ; op_set midiactive on"+chr$(34)
  75.  
  76. Regards
  77. -- 
  78.      _  _         _  _          __ __   I> Nikola Smolenski
  79.  :_ :_ :_::-   : : ::_) _:  //  \_V 7   I> smolensk@eunet.yu
  80.  !_)!_,! !!_,  !,!_!! \(_! // !\!\_7!Y! I> http://solair.eunet.yu/~smolensk
  81.                                         I> Proud member of Team AMIGA
  82.  
  83.  
  84.  
  85. ------------------------------------------------------------------------
  86. Help support ONElist, while generating interest in your product or
  87. service. ONElist has a variety of advertising packages. Visit
  88. http://www.onelist.com/advert.html for more information.